Class sjl.wrappers.PredLessFloat
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.PredLessFloat

java.lang.Object
   |
   +----sjl.wrappers.PredLessFloat

public class PredLessFloat
extends Object
implements Predicate2
PredLessFloat is a predicate object designed for comparing objects of type Float for relative ordering using the < operator.

Copyright © 1996 Finn Bock


Constructor Index

 o PredLessFloat()

Method Index

 o compare(Object, Object)
Convert the arguments to Float and compare the return values from the floatValue() method using the < operator.

Constructors

 o PredLessFloat
  public PredLessFloat()

Methods

 o compare
  public boolean compare(Object o1,
                         Object o2)
Convert the arguments to Float and compare the return values from the floatValue() method using the < operator.

All Packages  Class Hierarchy  This Package  Previous  Next  Index